home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / RTCL.ZIP / README.TXT next >
Encoding:
Text File  |  1996-12-22  |  4.0 KB  |  99 lines

  1. RtCheckList Component Ver. 1.13
  2. Copyright 1995 Tomasz Stanczak
  3. Compuserve: 100735,3273
  4.  
  5. CompuServe Information Manager, Microsoft Word, MSOffice Setup all have a very
  6. interesting control. Every time I see it I wish I could use it. In Word select
  7. Extras|Optionen|KompatibilitΣt (german Version - in english it would probably
  8. be Extra|Options|Compatibility) and you will see it. There is a listbox with
  9. checkboxes in it. Compared with them the standard multiselect listbox seems
  10. boring. The selection is also somehow awkward. If you forget to press Shift or
  11. Ctrl key all your selections are gone. So I thought I can make it better. And
  12. there is a RtCheckList: a listbox full of checkboxes where your selections
  13. stay permanent, and because it uses bitmaps to show them, you can make it look
  14. as you want it to be. Properties like TextAlign, BmpVAlign, BmpHAlign and
  15. WordWrap allow for additional control.
  16.  
  17. Files Included:
  18. README.WRI    this file
  19. RTREGCL.PAS    unit to register RtCheckList with Delphi
  20. RTCHKLST.PAS    RtCheckList itself (DCU in the demo version and PAS in the registered one)
  21. RTCHKBMP.PAS    bitmap resourcesfor the standard checkboxes
  22. RT.PAS        unit with general functions I need
  23. RTCONTS.PAS    Constants for this and/or my other components
  24. TEST*.*        test project
  25. RTCHKLST.HLP    RtCheckList help file
  26. RTCHKLST.KWF    RtCheckList keyword file
  27. 16\*.*        Files specific to Delphi 1.0
  28. 32\*.*        Files specific to Delphi 2.0
  29.  
  30. Installation:
  31. Copy the RT*.DCR, RT*.DCU and RT*.RES files to the same directory, including
  32. files from appropriate subdirectory(16\ or 32\). Then follow the Delphi
  33. instuctions for installing components. Both HLP and KWF files should probably
  34. be copied into DELPHI\BIN, the KWF is the keyword file, which can be installed
  35. with HELPINST.EXE.
  36.  
  37. Registration
  38.  
  39. License fees:
  40. RtCheckList alone, license fee is $15 (22 DM) plus $2 (3 DM) s&h
  41. as a part of RtControls, licence fee $39 (60 DM) plus $2 (3 DM) s&h
  42.  
  43.  
  44. Important note!
  45. Beginning with the 1. January 1997 EC residents need to add German VAT (15%)
  46. to the price or must specify own VAT ID# except when ordering through
  47. CompuServe's SWREG or PsL.
  48.  
  49.  
  50. Only following payment methods will be accepted:
  51. Compuserve: GO SWREG
  52. ID# 7191 RtCheckList alone
  53. ID# 7197 RtControls
  54.  
  55. Bank Transfer: Use following account for the money transfer:
  56.  
  57. Bank Name:    Postbank Hannover
  58. Bank Code (BLZ)    250 100 30
  59. Account        6570 43-308
  60.  
  61. Please fill in the order form and send us with the information of
  62. your payment to the address found in the help file.
  63.  
  64. Checks: Only checks drawn on a US bank valued in US$ or drawn on a German bank
  65. and valued in DM will be accepted. Please let us time after sending check, we
  66. cannot send you our product before the money is transferred. For details see
  67. help file.
  68.  
  69. Credit Card Orders: You can order with MC, Visa, Amex, or Discover from Public
  70. (software) Library by calling 800-2424-PsL or 713-524-6394 or by FAX to
  71. 713-524-6398 or by CIS Email to 71355,470. You can also mail credit card
  72. orders to PsL at P.O.Box 35705, Houston, TX 77235-5705.
  73.  
  74. THE ABOVE NUMBERS ARE FOR CREDIT CARD ORDERS ONLY.
  75. THE AUTHOR OF THIS PROGRAM CANNOT BE REACHED AT THESE NUMBERS.
  76.  
  77. Any questions about the status of the shipment of the order, refunds,
  78. registration options, product details, technical support, volume discounts,
  79. dealer pricing, site licenses, non-credit card orders, etc, must be directed
  80. to Tomasz Stanczak:
  81.  
  82.     CIS:         100735,3273
  83.     Internet:    100735.3273@compuserve.com
  84.     WWW:        http://ourworld.compuserve.com/homepages/tomasz
  85.  
  86. To order please specify Item# 14429, RtControls Delphi VCL Pack, price $39,
  87. s&h $2 (e-mail), $4 (Europe), $6 (overseas)
  88.  
  89. To insure that you get the latest version, PsL will notify us the day of your
  90. order and we will ship the product directly to you.
  91.  
  92. Shipping:
  93. Currently only e-mail shipping is supported, so please always state your
  94. e-mail address!. In the future post shipping including printed documentation
  95. will be possible (no promise!).
  96.  
  97. Registered users will receive component's full source code. Contact the author
  98. for multi-user discounts and site licenses. 
  99.